Welcome![Sign In][Sign Up]
Location:
Search - VC Update

Search list

[Windows Developmsvc6chk

Description: vc update please update microssoft vc
Platform: | Size: 56292 | Author: liwe | Hits:

[Special Effectsgenxingshitu

Description: vc++中更新试图的功效,希望大家有代码也不要吝啬哦-vc + + update to the effectiveness of hope that we have a code will not be stingy oh
Platform: | Size: 1385 | Author: hubeyond | Hits:

[Other resourceVC++UPDATE

Description: 用VC实现的一个CS更新程序(因为源码文件太大了,所以放到WORD中了)-with VC of a CS Update (as source documents too, so put the WORD)
Platform: | Size: 290972 | Author: tedquan | Hits:

[OS programupdate

Description: vc实现的一个软件程序更新的一个源程序。
Platform: | Size: 1392957 | Author: 张军 | Hits:

[ADO-ODBCVC++对数据库的动态刷新和多表切换

Description: 利用VC++6.0对数据库的动态刷新和多表切换, 很实用的东东.-VC 6.0 database update and dynamic multi-table switching practical saucepan.
Platform: | Size: 82947 | Author: 丁立平 | Hits:

[Windows DevelopVC视图绘制动态曲线图

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TestDrawCurve_26 application. TestDrawCurve_26.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TestDrawCurve_26.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestDrawCurve_26App application class. TestDrawCurve_26.cpp This is the main application source file that contains the application class CTestDrawCurve_26App. TestDrawCurve_26.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. TestDrawCurve_26.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\TestDrawCurve_26.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file TestDrawCurve_26.rc. res\TestDrawCurve_26.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitmap file is used to create tiled images for the toolbar. The initial toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the resource editor, and update the IDR_MAINFRAME TOOLBAR array in TestDrawCurve_26.rc to add toolbar buttons. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one document type and one view: TestDrawCurve_26Doc.h, TestDrawCurve_26Doc.cpp - the document These files contain your CTestDrawCurve_26Doc class. Edit these files to add your special document data and to implement file saving and loading (via CTestDrawCurve_26Doc::Serialize). TestDrawCurve_26View.h, TestDrawCurve_26View.cpp - the view of the document These files contain your CTestDrawCurve_26View class. CTestDrawCurve_26View objects are used to view CTestDrawCurve_26Doc objects. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named TestDrawCurve_26.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 1967656 | Author: xiayang168 | Hits:

[Other20050322_updateApp

Description: 实现程序自动更新,可以很方便的实现在线更新应用程序。这是用VC编写,通过访问固定的INI文件,实现对目标程序的下载。-achieve automatic update procedures, it is quite easy to achieve on-line applications. This is VC prepared by visiting fixed INI file and realizing the objectives of the download.
Platform: | Size: 516096 | Author: 吴用 | Hits:

[Windows Develop软件在线升级系统

Description: “软件在线升级系统”执行说明: 1、 光盘目录vc6.0\chapter6\bin\UpgradeAtv.dll为本系统的可执行文件。在测试之前要先使用regsvr32.exe注册这个DLL。 2、 光盘目录vc6.0\chapter6\Pages是本系统的测试页面。 3、 光盘目录vc6.0\chapter6\setup是系统安装指导。 4、 光盘目录vc6.0\chapter6\src\UpgradeAtv\*.*为本系统的VC源程序。 5、 光盘目录vc6.0\chapter6\Tools\*.*为本系统使用到的工具。 “软件在线升级系统”如何编译: 直接点击编译完成对整个项目的编译。 “软件在线升级系统”如何部署: 1、 配置IIS 以Pages目录为Web的根目录建立新的站点 2、 配置FTP 在本地机器上配置FTP站点,同时建立帐号hacker,密码为free。 把应用系统的安装文件setup.exe放在FTP的根目录下。 3、 注册ActiveX组件 使用regsvr32 UpgradeAtv.dll在本地的机器上注册UpgradeAtv.dll。 4、 使用本章提到的方法生成UpgradeAtx.cab,并且把它放置到 Web的根目录下。 5、 把IE的安全级别降低-"online update system software" implementation : a CD-ROM directory vc6.0 \ chapter6 \ bin \ UpgradeAtv.dll-based system of the executable. In testing before a registration regsvr32.exe use the DLL. 2, CD-ROM directory vc6.0 \ chapter6 \ Pages of the system test pages. 3, CD-ROM directory vc6.0 \ chapter6 \ setup is guiding system installed. 4, CD-ROM directory vc6.0 \ chapter6 \ src \ UpgradeAtv \*.*-based system of VC source. 5, CD-ROM directory vc6.0 \ chapter6 \ Tools \*.*-based system to use the tool. "Software Online Upgrade System" How compiler : direct hits compiler of the entire project completed compiler. "Software Online Upgrade System," how to deploy : one, to configure IIS Web Pages directory to the root directory to establish two new sites, FTP
Platform: | Size: 8656896 | Author: 徐夕 | Hits:

[Internet-Network实例70

Description: WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送的数据,并向响应客户端发送应答信息,更新服务器端的端口号。-Winsock program design consists of client and server-side procedures in two parts, requires the function : server can be monitored to client requests for the client to establish a link SOCKET queue handle all the client to send data to respond to a client sent response information update service Works on the port side.
Platform: | Size: 45056 | Author: 和平鸽 | Hits:

[Internet-Networkupdateonline

Description: 使用 Http 在线自动升级程序: 近几日一些程序老要修改点小毛病,为避免每次都通知程序使用者,便有想做一个在线自动升级的程序。在VCKBase看到一个是使用 FTP 的,想到 FTP 需要用户名密码,许多程序如KFW 防火墙都能监看到程序发送的数据包,为防止密码泄露,故自己选用Http来做更新。我的思路是用命令行传递程序名称、版本号和 Update.ini 配置文件的 URL。-use automatic escalation procedures : in recent days some of the procedures to amend the old minor illnesses, in order to avoid the notification procedures each time users will want an on-line automatic escalation procedures. In a VCKBase see is the use of FTP, users need to think of FTP Password, many procedures such as KFW firewall can see the supervisor to send data packets to prevent disclosure of passwords, so do their choice Http update. My idea is to use a command line transfer procedure name, version and configuration files Update.ini URL.
Platform: | Size: 179200 | Author: aaa | Hits:

[Windows Developmsvc6chk

Description: vc update please update microssoft vc
Platform: | Size: 56320 | Author: liwe | Hits:

[Web ServerUpdate(VC++)

Description: 此动态页支持自动升级及手工升级,主程序代码可以自己修改. 提供了不同主机的不同文件.-support this dynamic page manual and automatic escalation of escalation their main program code can be amended. provided different host of different document.
Platform: | Size: 179200 | Author: 00oo | Hits:

[Software EngineeringVC++UPDATE

Description: 用VC实现的一个CS更新程序(因为源码文件太大了,所以放到WORD中了)-with VC of a CS Update (as source documents too, so put the WORD)
Platform: | Size: 290816 | Author: tedquan | Hits:

[OS programupdate

Description: vc实现的一个软件程序更新的一个源程序。-vc achieve a software program to update a source.
Platform: | Size: 1392640 | Author: | Hits:

[CSharpUpdate

Description: VC++编写的update在线更新客户端程序-VC++ to prepare the update online update client program
Platform: | Size: 7446528 | Author: lin qing ping | Hits:

[Chess Poker games12.update

Description: 升级游戏的服务端及客户端,此程序全部用VC++语言进行开发-Upgrading the game client and client services, this program is all VC++ language development
Platform: | Size: 10443776 | Author: ohio.lau | Hits:

[CSharpVC

Description: 程序文件自动升级更新! 1) update文件夹下为服务器所用文件. 2) MyUpdate为客户端所用文件源程序.-Program file automatically updates! 1) update folder on the server used by the file. 2) MyUpdate for the client source code used by the file.
Platform: | Size: 125952 | Author: 美惠 | Hits:

[Internet-NetworkUpdate

Description: 实现程序的自动升级功能,用VC++实现,用法:update.exe 程序名 版本 版本文件URL 例如: update.exe VolleyMail 3.0 http://www.extice.com/update/update.ini-Automatic update feature to achieve the program with VC++ implementation, usage: update.exe program name version version of the file URL example: update.exe VolleyMail 3.0 http://www.extice.com/update/update.ini
Platform: | Size: 188416 | Author: GM | Hits:

[Communicationupdate

Description: VC写的一个自动更新程序 内付说明 -VC to write a description of automatic update within the program to pay
Platform: | Size: 179200 | Author: 张飞 | Hits:

[Internet-NetworkHttp-update

Description: VC++写的 Http 在线自动升级程序。-Http written in VC++ online automatic upgrade process.
Platform: | Size: 185344 | Author: Yanni | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net